Quarto Dashboards
To create a dashboard you need to use format: dashboard in the YAML:
---
title: "Palmer Penguins"
author: "Allison Theobold"
format: dashboard
---
# Bills
```{r}
```
# Flippers {orientation="columns"}
## Column
```{r}
```
```{r}
```
## Column
```{r}
```What orientation will the Bills page use?
are created by adding the .tabset class to a row or column.